DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews Namespace / View<T> Class / GroupBy Method

In This Topic
    GroupBy Method (View<T>)
    In This Topic
    Groups the elements of a view according to a specified key selector function.
    Overload List
    OverloadDescription
    Groups the elements of a view according to a specified key selector function.  
    Groups the elements of a view according to a specified key selector function and projects the elements for each group by using a specified function.  
    Groups the elements of a view according to a specified key selector function and creates a result value from each group and its key. The elements of each group are projected by using a specified function.  
    See Also